projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8243140
)
combobox: Add scroll support in list mode
author
Benjamin Otte
<otte@redhat.com>
Fri, 24 Jul 2015 15:31:25 +0000
(17:31 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Jul 2015 15:18:42 +0000
(17:18 +0200)
gtk/gtkcombobox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index 3a8c5cbb8fcdcaf7e6bfac6563a90a0d26e280f4..d498a87db739e936d74b89ce19fbc9099e1853e9 100644
(file)
--- a/
gtk/gtkcombobox.c
+++ b/
gtk/gtkcombobox.c
@@
-3285,6
+3285,8
@@
gtk_combo_box_list_setup (GtkComboBox *combo_box)
priv->arrow = gtk_image_new_from_icon_name ("pan-down-symbolic", GTK_ICON_SIZE_BUTTON);
gtk_container_add (GTK_CONTAINER (priv->button), priv->arrow);
+ gtk_widget_add_events (priv->button, GDK_SCROLL_MASK);
+
gtk_widget_show_all (priv->button);
if (priv->cell_view)